Add html_root_url
authorFelix Krull <f_krull@gmx.de>
Wed, 22 May 2019 16:20:40 +0000 (18:20 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/src/lib.rs

index b8fc7c0ff87783dd8f162a286f881ac75f0a5c80..a327082430b6ca40234d7fc34abc0e42a2d7b937 100644 (file)
@@ -1,3 +1,5 @@
+#![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")]
+
 extern crate gio_sys;
 extern crate glib_sys;
 extern crate gobject_sys;